3.1.28 \(\int F^{a+b x} \, dx\) [28]

Optimal. Leaf size=15 \[ \frac {F^{a+b x}}{b \log (F)} \]

[Out]

F^(b*x+a)/b/ln(F)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2225} \begin {gather*} \frac {F^{a+b x}}{b \log (F)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[F^(a + b*x),x]

[Out]

F^(a + b*x)/(b*Log[F])

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

\begin {align*} \int F^{a+b x} \, dx &=\frac {F^{a+b x}}{b \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 15, normalized size = 1.00 \begin {gather*} \frac {F^{a+b x}}{b \log (F)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[F^(a + b*x),x]

[Out]

F^(a + b*x)/(b*Log[F])

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 16, normalized size = 1.07

method result size
gosper \(\frac {F^{b x +a}}{b \ln \left (F \right )}\) \(16\)
derivativedivides \(\frac {F^{b x +a}}{b \ln \left (F \right )}\) \(16\)
default \(\frac {F^{b x +a}}{b \ln \left (F \right )}\) \(16\)
risch \(\frac {F^{b x +a}}{b \ln \left (F \right )}\) \(16\)
norman \(\frac {{\mathrm e}^{\left (b x +a \right ) \ln \left (F \right )}}{b \ln \left (F \right )}\) \(18\)
meijerg \(-\frac {F^{a} \left (1-{\mathrm e}^{x b \ln \left (F \right )}\right )}{b \ln \left (F \right )}\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(b*x+a),x,method=_RETURNVERBOSE)

[Out]

F^(b*x+a)/b/ln(F)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 15, normalized size = 1.00 \begin {gather*} \frac {F^{b x + a}}{b \log \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(b*x+a),x, algorithm="maxima")

[Out]

F^(b*x + a)/(b*log(F))

________________________________________________________________________________________

Fricas [A]
time = 0.47, size = 15, normalized size = 1.00 \begin {gather*} \frac {F^{b x + a}}{b \log \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(b*x+a),x, algorithm="fricas")

[Out]

F^(b*x + a)/(b*log(F))

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 15, normalized size = 1.00 \begin {gather*} \begin {cases} \frac {F^{a + b x}}{b \log {\left (F \right )}} & \text {for}\: b \log {\left (F \right )} \neq 0 \\x & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(b*x+a),x)

[Out]

Piecewise((F**(a + b*x)/(b*log(F)), Ne(b*log(F), 0)), (x, True))

________________________________________________________________________________________

Giac [A]
time = 2.29, size = 15, normalized size = 1.00 \begin {gather*} \frac {F^{b x + a}}{b \log \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(b*x+a),x, algorithm="giac")

[Out]

F^(b*x + a)/(b*log(F))

________________________________________________________________________________________

Mupad [B]
time = 3.44, size = 15, normalized size = 1.00 \begin {gather*} \frac {F^{a+b\,x}}{b\,\ln \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a + b*x),x)

[Out]

F^(a + b*x)/(b*log(F))

________________________________________________________________________________________